CarAppConfigOwner

class CarAppConfigOwner

This is a service provided by MapboxCarApp. The configuration changes in the car or the app and this provides a mechanism to monitor the configuration changes.

Functions

config
Link copied to clipboard
fun config(): Flow<Configuration>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
language
Link copied to clipboard
fun language(): Flow<String>
toLocale
Link copied to clipboard
fun toLocale(configuration: Configuration): Locale
toString
Link copied to clipboard
open fun toString(): String